Skip to content

Commit

Permalink
mingw64在linux中使用小写头文件
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyWolf committed Jun 10, 2021
1 parent daea5f8 commit 8a0c2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STATICFILES/STATIC/mingw_template/REVERSE_HEX_AS_SERVICE.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <String.h>
#include <Windows.h>
#include <string.h>
#include <windows.h>
#include <stdlib.h>
#include <stdio.h>

Expand Down

0 comments on commit 8a0c2db

Please sign in to comment.