changed bool to PRBool
git-svn-id: svn://10.0.0.236/trunk@21670 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#ifndef nsPluginsDir_h___
|
||||
#define nsPluginsDir_h___
|
||||
|
||||
#include "nsError.h"
|
||||
#include "nsFileSpec.h"
|
||||
|
||||
/**
|
||||
@@ -38,7 +39,7 @@ public:
|
||||
/**
|
||||
* Determines whether or not the given file is actually a plugin file.
|
||||
*/
|
||||
bool IsPluginFile(const nsNativeFileSpec& fileSpec);
|
||||
PRBool IsPluginFile(const nsNativeFileSpec& fileSpec);
|
||||
};
|
||||
|
||||
struct PRLibrary;
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#ifndef nsPluginsDir_h___
|
||||
#define nsPluginsDir_h___
|
||||
|
||||
#include "nsError.h"
|
||||
#include "nsFileSpec.h"
|
||||
|
||||
/**
|
||||
@@ -38,7 +39,7 @@ public:
|
||||
/**
|
||||
* Determines whether or not the given file is actually a plugin file.
|
||||
*/
|
||||
bool IsPluginFile(const nsNativeFileSpec& fileSpec);
|
||||
PRBool IsPluginFile(const nsNativeFileSpec& fileSpec);
|
||||
};
|
||||
|
||||
struct PRLibrary;
|
||||
|
||||
Reference in New Issue
Block a user