Subversion Repositories filter_foundry

Rev

Rev 402 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 402 Rev 439
Line 15... Line 15...
15
    You should have received a copy of the GNU General Public License
15
    You should have received a copy of the GNU General Public License
16
    along with this program; if not, write to the Free Software
16
    along with this program; if not, write to the Free Software
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
*/
18
*/
19
 
19
 
20
#ifndef COMPAT_RES_H
20
#ifndef COMPAT_WIN_RESOURCE_H_
21
#define COMPAT_RES_H
21
#define COMPAT_WIN_RESOURCE_H_
22
 
22
 
23
#include <windows.h>
23
#include <windows.h>
24
 
24
 
25
/*
25
/*
26
HRSRC WINAPI WineFindResourceExA(HMODULE module, LPCSTR type, LPCSTR name, WORD lang);
26
HRSRC WINAPI WineFindResourceExA(HMODULE module, LPCSTR type, LPCSTR name, WORD lang);
Line 45... Line 45...
45
BOOL WINAPI WineEndUpdateResourceA(HANDLE hUpdate, BOOL fDiscard);
45
BOOL WINAPI WineEndUpdateResourceA(HANDLE hUpdate, BOOL fDiscard);
46
 
46
 
47
BOOL WINAPI WineUpdateResourceA(HANDLE hUpdate, LPCSTR lpType, LPCSTR lpName,
47
BOOL WINAPI WineUpdateResourceA(HANDLE hUpdate, LPCSTR lpType, LPCSTR lpName,
48
    WORD wLanguage, LPVOID lpData, DWORD cbData);
48
    WORD wLanguage, LPVOID lpData, DWORD cbData);
49
 
49
 
50
#endif // COMPAT_RES_H
50
#endif