Changeset 3009 for trunk/src/wsock32
- Timestamp:
- Mar 4, 2000, 8:55:39 PM (26 years ago)
- Location:
- trunk/src/wsock32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/makefile
r2712 r3009 1 # $Id: makefile,v 1.1 8 2000-02-09 23:47:06 birdExp $1 # $Id: makefile,v 1.19 2000-03-04 19:55:39 sandervl Exp $ 2 2 3 3 # … … 16 16 17 17 CFLAGS = $(CFLAGS) -I$(PDWIN32_INCLUDE) 18 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) 18 CXXFLAGS = $(CXXFLAGS) -I$(PDWIN32_INCLUDE) 19 19 20 20 -
trunk/src/wsock32/relaywin.cpp
r2992 r3009 42 42 #include <wprocess.h> 43 43 #include <heapstring.h> 44 #include <win32 wnd.h>44 #include <win32api.h> 45 45 #include "wsock32.h" 46 46 … … 58 58 static char* ODIN_WSOCK_RELAY_CLASS = "ODIN_WSOCK_RELAY"; 59 59 static HWND hwndRelay = NULLHANDLE; 60 61 // prototype for PostMessageA62 BOOL __stdcall PostMessageA(HWND,UINT,ULONG,ULONG);63 60 64 61
Note:
See TracChangeset
for help on using the changeset viewer.