Subversion Repositories filter_foundry

Rev

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

Rev 523 Rev 526
Line 18... Line 18...
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
21
// Attention: Please save this file as UTF-8 without BOM!
21
// Attention: Please save this file as UTF-8 without BOM!
22
 
22
 
-
 
23
#ifndef LANGUAGE_H_
-
 
24
#define LANGUAGE_H_
-
 
25
 
23
#define MSG_PREMIERE_COMPAT_ID 1
26
#define MSG_PREMIERE_COMPAT_ID 1
24
#define MSG_PREMIERE_COMPAT_ENUS "This version of Filter Foundry is not compatible with Adobe Premiere!";
27
#define MSG_PREMIERE_COMPAT_ENUS "This version of Filter Foundry is not compatible with Adobe Premiere!";
25
#define MSG_PREMIERE_COMPAT_DEDE "Diese Version von Filter Foundry ist mit Adobe Premiere nicht kompatibel!"
28
#define MSG_PREMIERE_COMPAT_DEDE "Diese Version von Filter Foundry ist mit Adobe Premiere nicht kompatibel!"
26
 
29
 
27
#define MSG_RUNDLL_ERR_ID 2
30
#define MSG_RUNDLL_ERR_ID 2
Line 251... Line 254...
251
 
254
 
252
void strcpy_advance_id(TCHAR** str, int msgid);
255
void strcpy_advance_id(TCHAR** str, int msgid);
253
int FF_GetMsg(TCHAR* ret, int MsgId);
256
int FF_GetMsg(TCHAR* ret, int MsgId);
254
TCHAR* FF_GetMsg_Cpy(int MsgId);
257
TCHAR* FF_GetMsg_Cpy(int MsgId);
255
void FF_GetMsg_Free(TCHAR* str);
258
void FF_GetMsg_Free(TCHAR* str);
-
 
259
 
-
 
260
#endif
-
 
261