Skip to content

Commit

Permalink
remove cairo dll export
Browse files Browse the repository at this point in the history
  • Loading branch information
BlzFans committed Dec 17, 2012
1 parent a873c71 commit f8fe24a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rd_src/cairo/src/cairoint.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* cairo - a vector graphics library with display and print output
/* cairo - a vector graphics library with display and print output
*
* Copyright © 2002 University of Southern California
* Copyright © 2005 Red Hat, Inc.
Expand Down Expand Up @@ -51,7 +51,7 @@
#endif

#ifdef _MSC_VER
#define cairo_public __declspec(dllexport)
#define cairo_public /*wke+++ __declspec(dllexport) wke+++*/
#endif

#include <assert.h>
Expand Down
Binary file modified WebKitLibraries/win/lib/cairo.lib
Binary file not shown.
Binary file modified demo/bin/wke.dll
Binary file not shown.
Binary file modified demo/bin/wkeBrowser.exe
Binary file not shown.
Binary file modified demo/libwke/wke.lib
Binary file not shown.

0 comments on commit f8fe24a

Please sign in to comment.