reactos/reactos/dll/win32/ws2_32_new/ws2_32.rc
Ged Murphy 80711416ac - Add the ws2_32 library from Alex's old network branch which is a _huge_ improvement over our current, incorrect lib.
- I've made various changes and tweaks to get it building with gcc, however it doesn't yet build with out build environment as out headers are severely lacking. It's also reliant on other winsock libs which will come in future commits along with the header rewrite.

svn path=/trunk/; revision=40738
2009-04-29 18:49:47 +00:00

7 lines
280 B
Text

/* $Id: ws2_32.rc 23580 2006-08-14 17:26:36Z gedmurphy $ */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "Windows Sockets 2 DLL\0"
#define REACTOS_STR_INTERNAL_NAME "ws2_32\0"
#define REACTOS_STR_ORIGINAL_FILENAME "ws2_32.dll\0"
#include <reactos/version.rc>