Kaydet (Commit) 052075d8 authored tarafından Michael Stahl's avatar Michael Stahl

gnumake2: fix build breakers in framework

üst 0944bd42
......@@ -44,7 +44,7 @@
namespace framework
{
enum FWE_DLLPUBLIC ImageMaskMode
enum ImageMaskMode
{
ImageMaskMode_Color,
ImageMaskMode_Bitmap
......
......@@ -29,7 +29,7 @@
#define __FRAMEWORK_CLASSES_MENUEXTENSIONSUPPLIER_HXX_
#include <rtl/ustring.hxx>
#include <fwedllapi.h>
#include <framework/fwedllapi.h>
struct FWE_DLLPUBLIC MenuExtensionItem
{
......
......@@ -64,7 +64,7 @@ namespace framework{
of your implementation - because base classes are initialized by his order and before your
member! Thats why ist a good place to declare your thread help member so.
*//*-*************************************************************************************************************/
enum FWI_DLLPUBLIC ELockType
enum ELockType
{
E_NOTHING = 0 ,
E_OWNMUTEX = 1 ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment