diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-15 18:19:34 -0400 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-15 18:19:34 -0400 |
commit | cf2eb8e3d3876d5866bdcb5dfe2ae9deceea2cb4 (patch) | |
tree | 54f5df772f7c0726c82f8041cff8d3e01b3b332e /src/common/common.vcxproj | |
parent | b99a5da65b76ce16e40fe05feb786aac11931904 (diff) |
added ThreadQueueList class to common (taken from PPSSPP)
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 5dc6ff790..86295a480 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -190,6 +190,7 @@ <ClInclude Include="swap.h" /> <ClInclude Include="symbols.h" /> <ClInclude Include="thread.h" /> + <ClInclude Include="thread_queue_list.h" /> <ClInclude Include="thunk.h" /> <ClInclude Include="timer.h" /> <ClInclude Include="utf8.h" /> |