mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Fixed cut&paste bug.
This commit is contained in:
parent
20286abc42
commit
493e9d7d11
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ extern "C" {
|
|||
* types ourselves.
|
||||
*/
|
||||
typedef unsigned char u_char;
|
||||
typedef unsigned char u_short;
|
||||
typedef unsigned short u_short;
|
||||
typedef unsigned int u_int;
|
||||
typedef unsigned long u_long;
|
||||
# define WS_DEFINE_HTONL
|
||||
|
|
Loading…
Reference in a new issue