Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win32: Stop using WIN64 #3997

Closed
wants to merge 1 commit into from
Closed

win32: Stop using WIN64 #3997

wants to merge 1 commit into from

Conversation

k-takata
Copy link
Member

WIN64 is never defined. Remove it.
(Using _WIN64 is enough.)

`WIN64` is never defined. Remove it.
(Using `_WIN64` is enough.)
@codecov-io
Copy link

Codecov Report

Merging #3997 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3997      +/-   ##
==========================================
+ Coverage   79.13%   79.14%   +<.01%     
==========================================
  Files         105      105              
  Lines      141111   141111              
==========================================
+ Hits       111671   111684      +13     
+ Misses      29440    29427      -13
Impacted Files Coverage Δ
src/evalfunc.c 88.44% <ø> (ø) ⬆️
src/gui.c 58% <0%> (-0.11%) ⬇️
src/terminal.c 78.29% <0%> (-0.05%) ⬇️
src/channel.c 83.16% <0%> (+0.07%) ⬆️
src/window.c 83.63% <0%> (+0.09%) ⬆️
src/os_unix.c 59.07% <0%> (+0.13%) ⬆️
src/ex_cmds.c 81.85% <0%> (+0.24%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b0e2da2...7cffbbc. Read the comment docs.

@brammool brammool closed this in 44b443c Feb 18, 2019
@k-takata k-takata deleted the remove-win64 branch February 18, 2019 22:10
janlazo added a commit to janlazo/neovim that referenced this pull request Nov 28, 2020
Problem:    Using WIN64 even though it is never defined.
Solution:   Only use _WIN64. (Ken Takata, closes vim/vim#3997)
vim/vim@44b443c
shade-of-noon pushed a commit to shade-of-noon/neovim that referenced this pull request Nov 29, 2020
Problem:    Using WIN64 even though it is never defined.
Solution:   Only use _WIN64. (Ken Takata, closes vim/vim#3997)
vim/vim@44b443c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants