CW Cyrix's Git Repository Mirror
About
Refresh
Report bug
Help
Files
Commits
Stats
Network
Graph
in_xsf_pre-wxWidgets
/
src
/
in_2sf
/
desmume
/
PACKED_END.h
Browse code
Import actual code.
Naram Qashat
authored on 2013/03/26 02:41:19
Showing 1 changed files
src/in_2sf/desmume/PACKED_END.h
History
View file @ bc076aa
1
1
new file mode 100644
...
...
@@ -0,0 +1,3 @@
1
+#ifndef __GNUC__
2
+#pragma pack(pop)
3
+#endif