summaryrefslogtreecommitdiffstats
path: root/loader/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/win32.c')
-rw-r--r--loader/win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/win32.c b/loader/win32.c
index 1f717c9020..50ca797e8d 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -1735,7 +1735,7 @@ static int WINAPI expLoadStringA(long instance, long id, void* buf, long size)
static long WINAPI expMultiByteToWideChar(long v1, long v2, char* s1, long siz1, short* s2, int siz2)
{
-#warning FIXME
+ /* FIXME */
int i;
int result;
if(s2==0)
@@ -3190,7 +3190,7 @@ static int WINAPI expGetProcessVersion(int pid)
}
static int WINAPI expGetCurrentThread(void)
{
-#warning FIXME!
+ /* FIXME! */
dbgprintf("GetCurrentThread() => %x\n", 0xcfcf9898);
return 0xcfcf9898;
}