Changeset 5 in dev for BasicCompiler_Common/common.h


Ignore:
Timestamp:
Dec 5, 2006, 1:42:16 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/common.h

    r4 r5  
     1#define _CRT_SECURE_NO_DEPRECATE
     2
    13#include <windows.h>
    24#include <stdio.h>
     
    1416#include "../BasicCompiler64/FunctionValue.h"
    1517#else
    16 #include "../BasicCompiler/resource.h"
    17 #include "../BasicCompiler/CommandValue.h"
    18 #include "../BasicCompiler/FunctionValue.h"
     18#include "../BasicCompiler32/resource.h"
     19#include "../BasicCompiler32/CommandValue.h"
     20#include "../BasicCompiler32/FunctionValue.h"
    1921#endif
    2022
     
    403405DECLAREINFO *GetDeclareHash(char *name);
    404406SUBINFO *GetSubHash(char *name,BOOL bError=0);
     407SUBINFO *GetMethodHash(char *ObjectName,char *MethodName,char *Parameter,BOOL bError=0);
    405408SUBINFO **GetOverloadObjectSubHash(char *name,CClass *pobj_c, int *pNum);
    406409SUBINFO **GetOverloadSubHash(char *name,int *pNum);
Note: See TracChangeset for help on using the changeset viewer.