Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Add missing WINBASEAPI to Windows declarations. #299

Merged
merged 1 commit into from
Apr 23, 2016

Conversation

sas
Copy link
Contributor

@sas sas commented Apr 23, 2016

WINBASEAPI expands to __declspec(dllimport). We need these if we want
to avoid having an additional import thunk generated for each external
function call.

WINBASEAPI expands to `__declspec(dllimport)`. We need these if we want
to avoid having an additional import thunk generated for each external
function call.
@sas sas added the winphone label Apr 23, 2016
@walter-erquinigo
Copy link
Contributor

@facebook-github-bot shipit
this is so good :D

@sas sas merged commit 3e7deff into facebookarchive:master Apr 23, 2016
@sas sas deleted the winbaseapi branch April 23, 2016 05:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants