| */ | */ | ||||
| #include "config.h" | #include "config.h" | ||||
| #if defined(_WIN32) || defined(_WIN64) | |||||
| #include <windows.h> | |||||
| #endif | |||||
| #include "mbrowrap.h" | #include "mbrowrap.h" | ||||
| int (WINAPI *init_MBR)(char *voice_path); | int (WINAPI *init_MBR)(char *voice_path); | ||||
| #if defined(_WIN32) || defined(_WIN64) | #if defined(_WIN32) || defined(_WIN64) | ||||
| #include <windows.h> | |||||
| HINSTANCE hinstDllMBR = NULL; | HINSTANCE hinstDllMBR = NULL; | ||||
| BOOL load_MBR() | BOOL load_MBR() |