Browse Source

Added win32-specific extern ignores.

woollybah 11 years ago
parent
commit
12774e5fb8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      appstub.mod/debugger_mt.stdio.win32.x

+ 5 - 0
appstub.mod/debugger_mt.stdio.win32.x

@@ -0,0 +1,5 @@
+WINBOOL IsIconic( HWND )!
+HWND GetForegroundWindow()!
+WINBOOL SetForegroundWindow( HWND )!
+WINBOOL ShowWindow( HWND ,int )!
+DWORD GetCurrentThreadId()!