equal
deleted
inserted
replaced
7 */ |
7 */ |
8 |
8 |
9 #if HAVE_CONFIG_H |
9 #if HAVE_CONFIG_H |
10 # include <config.h> |
10 # include <config.h> |
11 #endif |
11 #endif |
|
12 |
|
13 #ifdef WIN32 |
12 |
14 |
13 #include <windows.h> |
15 #include <windows.h> |
14 #include <stdio.h> |
16 #include <stdio.h> |
15 #include <stdlib.h> |
17 #include <stdlib.h> |
16 #include <string.h> |
18 #include <string.h> |
1081 } /* if */ |
1083 } /* if */ |
1082 |
1084 |
1083 return(retval); |
1085 return(retval); |
1084 } /* __PHYSFS_platformGetLastModTime */ |
1086 } /* __PHYSFS_platformGetLastModTime */ |
1085 |
1087 |
|
1088 #endif |
|
1089 |
1086 /* end of win32.c ... */ |
1090 /* end of win32.c ... */ |
1087 |
1091 |