fix mixed case header inclusion for linux build

svn path=/trunk/; revision=19236
This commit is contained in:
Steven Edwards 2005-11-15 00:10:41 +00:00
parent 5b3baf7c14
commit d3a6826aa2
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include <WinError.h> #include <winerror.h>
#include <WinDNS.h> #include <windns.h>
#include <winsock2.h> #include <winsock2.h>
#include <assert.h> #include <assert.h>

View file

@ -1,7 +1,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include <WinError.h> #include <winerror.h>
#include <WinDNS.h> #include <windns.h>
#include <assert.h> #include <assert.h>
int main( int argc, char **argv ) { int main( int argc, char **argv ) {