mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 10:07:20 +03:00
Symbian^3 port
This commit is contained in:
parent
77cdaaf97e
commit
3eb71f2cc5
106 changed files with 2098 additions and 745 deletions
8
vendor/librw/src/fcaseopen.h
vendored
Normal file
8
vendor/librw/src/fcaseopen.h
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
FILE *_fcaseopen(char const *filename, char const *mode);
|
||||
#if defined(_WIN32)
|
||||
#define fcaseopen fopen
|
||||
#else
|
||||
#define fcaseopen _fcaseopen
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue