Win32OperatingSystem.st
changeset 23136 bf4d9f8dba5b
parent 23131 5782474bd56b
child 23137 8b8ce9e89772
--- a/Win32OperatingSystem.st	Wed Jun 27 08:10:51 2018 +0200
+++ b/Win32OperatingSystem.st	Wed Jun 27 09:48:23 2018 +0200
@@ -817,10 +817,6 @@
     return(1);
 }
 
-UINT WINAPI GetSystemWow64Directory(
-  _Out_ LPTSTR lpBuffer,
-  _In_  UINT   uSize
-);
 %}
 ! !