[OpenSmalltalk/opensmalltalk-vm] db6bf0: Implement the frame buffer interface for the win32...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] db6bf0: Implement the frame buffer interface for the win32...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: db6bf0a073da280322088d6ad7defdee60a95c89
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/db6bf0a073da280322088d6ad7defdee60a95c89
  Author: Eliot Miranda <[hidden email]>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M build.win64x64/common/Makefile.msvc.flags
    M platforms/win32/plugins/CameraPlugin/winCameraOps.cpp

  Log Message:
  -----------
  Implement the frame buffer interface for the win32 CameraPlugin.
Filter out some warnings from the win32 MSVC compile (CRT_SECURE). [ci ckip]