remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types. git-svn-id: svn://10.0.0.236/trunk@46020 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
#ifndef _NSREG_H_
|
||||
#define _NSREG_H_
|
||||
|
||||
#include "xp_core.h"
|
||||
|
||||
typedef void (*nr_RegPackCallbackFunc) (void *userData, int32 bytes, int32 totalBytes);
|
||||
|
||||
typedef int32 REGERR;
|
||||
@@ -122,7 +120,7 @@ typedef struct _reginfo
|
||||
#define VR_INTERFACE(type) type
|
||||
#endif
|
||||
|
||||
XP_BEGIN_PROTOS
|
||||
PR_BEGIN_EXTERN_C
|
||||
|
||||
|
||||
|
||||
@@ -520,7 +518,7 @@ VR_INTERFACE(void) NR_ShutdownRegistry(void);
|
||||
VR_INTERFACE(REGERR) NR_StartupRegistry(void);
|
||||
|
||||
|
||||
XP_END_PROTOS
|
||||
PR_END_EXTERN_C
|
||||
|
||||
#endif /* _NSREG_H_ */
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ typedef struct _version
|
||||
/* CreateRegistry flags */
|
||||
#define CR_NEWREGISTRY 1
|
||||
|
||||
XP_BEGIN_PROTOS
|
||||
PR_BEGIN_EXTERN_C
|
||||
/* ---------------------------------------------------------------------
|
||||
* Version Registry Operations
|
||||
* ---------------------------------------------------------------------
|
||||
@@ -78,10 +78,10 @@ VR_INTERFACE(REGERR) VR_UninstallDeleteFileFromList(char *component_path, char *
|
||||
VR_INTERFACE(REGERR) VR_UninstallDeleteSharedFilesKey(char *regPackageName);
|
||||
VR_INTERFACE(REGERR) VR_UninstallDestroy(char *regPackageName);
|
||||
VR_INTERFACE(REGERR) VR_EnumUninstall(REGENUM *state, char* userPackageName,
|
||||
int32 len1, char*regPackageName, int32 len2, Bool bSharedList);
|
||||
int32 len1, char*regPackageName, int32 len2, PRBool bSharedList);
|
||||
VR_INTERFACE(REGERR) VR_GetUninstallUserName(char *regPackageName, char *outbuf, uint32 buflen);
|
||||
|
||||
XP_END_PROTOS
|
||||
PR_END_EXTERN_C
|
||||
|
||||
#endif /* _VERREG_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user