소스 검색

Try to fix something?

rexim 5 년 전
부모
커밋
a7d09de1e4
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      nobuild2.h

+ 3 - 1
nobuild2.h

@@ -15,7 +15,6 @@
 #    include "windows.h"
 #    include <process.h>
 #    define PATH_SEP "\\"
-     typedef HANDLE Pid;
 // minirent.h HEADER BEGIN ////////////////////////////////////////
     // Copyright 2021 Alexey Kutepov <[email protected]>
     //
@@ -69,6 +68,9 @@
 
     #endif  // MINIRENT_H_
 // minirent.h HEADER END ////////////////////////////////////////
+
+typedef HANDLE Pid;
+
 #endif  // _WIN32
 
 #include <stdio.h>